xen.git
2017-06-21 Wei Liux86: factor out common PV emulation code
2017-06-21 Juergen Grosstools/xen-detect: try sysfs node for obtaining guest...
2017-06-20 Petre Pircalabuxen-access: write_ctrlreg_c4 test
2017-06-20 Petre Pircalabux86/monitor: add masking support for write_ctrlreg...
2017-06-20 Ross Lagerwallrombios/ata: wait for BSY to clear after write
2017-06-20 Ian Jacksonxen/test/Makefile: Fix clean target, broken by pattern...
2017-06-20 Jan Beulichmemory: don't suppress P2M update in populate_physmap()
2017-06-20 Wolfram Strepprb_tree: make clear distinction between two different...
2017-06-20 Wolfram Strepprb_tree: reorganize code in rb_erase() for additional...
2017-06-20 Wolfram Strepprbtree: optimize rb_erase()
2017-06-20 Artem Bityutskiyrbtree: add const qualifier to some functions
2017-06-20 Roger Pau Monnéx86/dpci: make sure hvm_do_IRQ_dpci is only called...
2017-06-20 Julien Grallmm: don't use _{g,m}fn for defining INVALID_{G,M}FN
2017-06-20 Julien Grallxen/arm: vgic: Sanitize target mask used to send SGI
2017-06-20 Jan Beulichgnttab: __gnttab_unmap_common_complete() is all-or...
2017-06-20 George Dunlapgnttab: correct logic to get page references during...
2017-06-20 Jan Beulichgnttab: never create host mapping unless asked to
2017-06-20 George Dunlapgnttab: fix handling of dev_bus_addr during unmap
2017-06-20 Julien Grallarm: vgic: Don't update the LR when the IRQ is not...
2017-06-20 Jan Beulichguest_physmap_remove_page() needs its return value...
2017-06-20 Andrew Coopermemory: fix return value handing of guest_remove_page()
2017-06-20 Jan Beulichevtchn: avoid NULL derefs
2017-06-20 Jan Beulichx86: avoid leaking PKRU and BND* between vCPU-s
2017-06-20 Andrew Cooperx86/shadow: hold references for the duration of emulate...
2017-06-20 Jan Beulichgnttab: correct maptrack table accesses
2017-06-20 George Dunlapgnttab: Avoid potential double-put of maptrack entry
2017-06-20 Jan Beulichgnttab: fix unmap pin accounting race
2017-06-20 Jan Beulichx86/mm: disallow page stealing from HVM domains
2017-06-19 Wei Liuipxe: update to newer commit
2017-06-19 Zhongze Liutools: fix several "format-truncation" warnings with...
2017-06-16 Jan Beulichx86emul: minor cleanup
2017-06-16 Dushyant Behlx86/SVM: correct comments in vmcb.h
2017-06-15 Julien Grallxen/arm: mm: Use typesafe MFN in dump_pt_walk
2017-06-15 Julien Grallxen/arm: mm: Use typesafe MFN in set_fixmap
2017-06-15 Julien Grallxen/arm: Use the newly introduced MFN <-> MADDR and...
2017-06-15 Julien Grallxen/arm: Introduce wrappers for MFN <-> MADDR and GFN...
2017-06-15 Julien Grallxen/arm: traps: Replace p2m_lookup(..., ..., NULL)...
2017-06-15 Julien Grallxen/arm: Replace DIV_ROUND_UP(..., PAGE_SIZE) by PFN_UP...
2017-06-15 Julien Grallxen/arm: mm: Replace __va(pfn_to_paddr(...)) by mfn_to_virt
2017-06-15 Julien Grallxen/arm: domain_build: Replace paddr_to_pfn(virt_to_mad...
2017-06-15 Julien Grallxen/arm: Define mfn_to_page/page_to_mfn in term of...
2017-06-15 Julien Grallxen/arm: mm: Use typesafe MFN in mfn_to_xen_entry
2017-06-15 Julien Grallxen/arm: mm: Clean-up mfn_to_xen_entry
2017-06-15 Julien Grallxen/arm: mm: Fix coding style of mfn_to_xen_entry
2017-06-15 Julien Grallxen/arm: mm: Move mfn_to_xen_entry from page.h to mm.c
2017-06-15 Julien Grallxen/arm: mm: Introduce clear_table and use it
2017-06-15 Julien Grallxen/arm: gic-v2: Fix indentation in gicv2_map_hwdom_ext...
2017-06-14 Andre PrzywaraARM: vITS: create ITS subnodes for Dom0 DT
2017-06-14 Andre PrzywaraARM: vITS: create and initialize virtual ITSes for...
2017-06-14 Andre PrzywaraARM: vITS: increase mmio_count for each ITS
2017-06-14 Andre PrzywaraARM: vITS: handle INVALL command
2017-06-14 Andre PrzywaraARM: vITS: handle INV command
2017-06-14 Andre PrzywaraARM: vITS: handle DISCARD command
2017-06-14 Andre PrzywaraARM: vITS: handle MOVI command
2017-06-14 Andre PrzywaraARM: vITS: handle MAPTI/MAPI command
2017-06-14 Andre PrzywaraARM: GICv3: handle unmapped LPIs
2017-06-14 Andre PrzywaraARM: vITS: handle MAPD command
2017-06-14 Andre PrzywaraARM: vITS: handle CLEAR command
2017-06-14 Andre PrzywaraARM: vITS: handle MAPC command
2017-06-14 Andre PrzywaraARM: vITS: handle INT command
2017-06-14 Andre PrzywaraARM: vITS: provide access to struct pending_irq
2017-06-14 Andre PrzywaraARM: vITS: introduce translation table walks
2017-06-14 Andre PrzywaraARM: vITS: add command handling stub and MMIO emulation
2017-06-14 Andre PrzywaraARM: vGIC: advertise LPI support
2017-06-14 Andre PrzywaraARM: vGICv3: re-use vgic_reg64_check_access
2017-06-14 Vijaya Kumar KARM: introduce vgic_access_guest_memory()
2017-06-14 Andre PrzywaraARM: vGICv3: handle virtual LPI pending and property...
2017-06-14 Andre PrzywaraARM: GICv3: forward pending LPIs to guests
2017-06-14 Andre PrzywaraARM: GIC: ITS: remove no longer needed VCPU ID in host...
2017-06-14 Andre PrzywaraARM: vGIC: add LPI VCPU ID to struct pending_irq
2017-06-14 Andre PrzywaraARM: vGIC: cache virtual LPI priority in struct pending_irq
2017-06-14 Andre PrzywaraARM: GIC: export and extend vgic_init_pending_irq()
2017-06-14 Andre PrzywaraARM: GICv3: introduce separate pending_irq structs...
2017-06-14 Andre PrzywaraARM: GIC: Add checks for NULL pointer pending_irq's
2017-06-14 Andre PrzywaraARM: vGIC: introduce gic_remove_irq_from_queues()
2017-06-14 Andre PrzywaraARM: vGIC: move irq_to_pending() calls under the VGIC...
2017-06-14 Andre PrzywaraARM: vGIC: rework gic_remove_from_queues()
2017-06-14 Andre PrzywaraARM: GICv3: setup number of LPI bits for a GICv3 guest
2017-06-14 Andre PrzywaraARM: GICv3: enable LPIs on the host
2017-06-14 Andre PrzywaraARM: GICv3: enable ITS on the host
2017-06-14 Andre PrzywaraARM: vGIC: avoid rank lock when reading priority
2017-06-14 Ian JacksonMakefile: Provide way to ship livepatch test files
2017-06-14 Ian Jacksonxen/test/livepatch: Add xen_nop.livepatch to .gitignore
2017-06-14 Ian Jacksonxen/test/livepatch: Regularise Makefiles
2017-06-14 Ian Jacksonxen/test/livepatch/Makefile: Install in DESTDIR/usr...
2017-06-14 Jan Beulichpublic: there's no MMUEXT_SET_FOREIGNDOM
2017-06-14 Jan BeulichHVM: clean up hvm_save_one()
2017-06-14 Jan BeulichHVM: sanitize DOMCTL_gethvmcontext_partial handling
2017-06-14 Jan BeulichRevert "x86/mm: add temporary debugging code to get_pag...
2017-06-13 Wei Liumm: provide more grep fodder
2017-06-13 Andrew CooperMAINTAINERS: Move rombios and vgabios under x86 maintai...
2017-06-13 Andrew Cooperx86/boot: Fix the boot time relocation calculations
2017-06-13 Andrew Cooperx86/tests: Ignore automatically generated sse*.c files
2017-06-13 Peter Großetools/xenstat: fix missing linkage of libxenstat agains...
2017-06-13 Peter Großelibxenstat: use python detected by configure for python...
2017-06-13 Armando Vegaxl.cfg man page cleanup and fixes
2017-06-13 Jan Beulichx86/boot: re-arrange how/when we do disk I/O
2017-06-13 Jan Beulichdomctl: improve device assignment structure layout...
2017-06-13 Jan Beulichx86: limit page type width
2017-06-13 Jan Beulichx86/HAP: avoid using bogus/misleading locking
next